RealNetworks RealPlayer
I talked to a Customer Service rep about possible flags, and he said the only available flags are -s (silent) and -p (progress). The other configuration options (Disabling Desktop Shortcuts, P… Read More
Following on the excellent work done in the Package KB for RealPlayer 10.x, I'm posting here what I did to get a silent install working for RealPlayer 14.0.3.647 Note that all references in th… Read More
******** Batch file contents ******** Rem This batch file removes some of the unnecessary components that are bundled with RealPlayer prior to completing the repackaging event rem rem Created 9… Read More
Note that the environment for this was Windows 7 32 bit with Prism deploy. I ran into a problem where Prism wouldn't run the install properly with network admin credentials. I set it to run as… Read More
Alright I finally found a process to run Real player 11 Gold silently with limited over-head. First download Realplayer11gold.exe from real.com run Realplayer11gold.exe when the EULA prompt… Read More
Another variant of the uninstall string is: "C:\Program Files\Common Files\Real\Update_OB\r1puninst.exe" "RealNetworks|RealPlayer|6.0" -s This can be run from a dos batch file or from the com… Read More
An alternative to running the realplayer installer and grabbing the install file from the temp directory is to get it from a non realplayer download site. I use filehippo.com (http://www.fileh… Read More
The installer wants an open internet connection, without that it will crash. Same applies to RealPlayer itself, the app will crash on it's user interface if it hasn't got an open internet conne… Read More
uninstalling RealPlayer unattended silent If you use the uninstall string of the registry with a batchfile, you will get a dialogbox when it's ready. There is no parameter to supress the messa… Read More
Uninstalling RealPlayer unattended silent If you use the uninstall string of the registry with a batchfile, you will get a dialogbox when it's ready. There is no parameter to supress the messa… Read More
uninstalling RealPlayer unattended silent If you use the uninstall string of the registry with a batchfile, you will get a dialogbox when it's ready. There is no parameter to supress the messa… Read More
Uninstalling RealPlayer unattended silent If you use the uninstall string of the registry with a batchfile, you will get a dialogbox when it's ready. There is no parameter to supress the messa… Read More
Here's a quick way to install version 11 silently... 1. Obtain the .EXE file as from www.real.com/player 2. Navigate to the logged in user's Temp folder (for example: C:\Documents and Settings… Read More
VBScript snippet that shows the command used to install silently... strScriptFileDirectory = objFSO.GetParentFolderName(wscript.ScriptFullName) intReturn = objWshShell.Run ("""" & strScriptFi… Read More
To get an "ad free" copy of the software, you'll have to pay. However the free version is fairly easily deployable... installer -s (totally silent) installer -p (progress indicator) where *… Read More